1 /*
2  * Created
by SharpDevelop.
3  * User: Janphil Garay
4  * Date:
16/02/2012
5  * Time:
1:26 AM
6  *
7  * To change
this template use Tools | Options | Coding | Edit Standard Headers.
8  */

9 using
System;
10 using
System.Drawing;
11 using
System.Windows.Forms;
12
13 namespace
FaceRecognition
14 {

15     ///
<summary>
16     ///
Description of frmAbout.
17     ///
</summary>
18     
public partial class frmAbout : Form
19     {
20         
public frmAbout()
21         {
22         
23             InitializeComponent();
24         }
25         
26         
void Button1Click(object sender, EventArgs e)
27         {
28             Close();
29         }
30     }
31 }


Gõ tìm kiếm nhanh...